home *** CD-ROM | disk | FTP | other *** search
/ Chip: Net Guide / CHIP NET Rehberi Eylül 1998.iso / ftp / 32psfp / _SETUP.1 / ftppro.exe / 0 / RCDATA / TSAVEFORM / TSAVEFORM.txt
Encoding:
Text File  |  1998-06-12  |  2.5 KB  |  104 lines

  1. object SaveForm: TSaveForm
  2.   Left = 191
  3.   Top = 168
  4.   BorderStyle = bsDialog
  5.   Caption = 'Save Transfer Set'
  6.   ClientHeight = 239
  7.   ClientWidth = 312
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 43
  23.     Height = 13
  24.     Caption = 'Save As:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 56
  29.     Width = 105
  30.     Height = 13
  31.     Caption = 'Existing Transfer Sets:'
  32.   end
  33.   object BitBtn1: TBitBtn
  34.     Left = 232
  35.     Top = 16
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&OK'
  39.     TabOrder = 2
  40.     OnClick = BitBtn1Click
  41.     Kind = bkOK
  42.   end
  43.   object BitBtn2: TBitBtn
  44.     Left = 232
  45.     Top = 48
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '&Cancel'
  49.     TabOrder = 3
  50.     Kind = bkCancel
  51.   end
  52.   object BitBtn3: TBitBtn
  53.     Left = 232
  54.     Top = 128
  55.     Width = 75
  56.     Height = 25
  57.     Hint = 'Delete Selected Transfer Set'
  58.     Caption = '&Delete'
  59.     TabOrder = 5
  60.     OnClick = BitBtn3Click
  61.     Glyph.Data = {
  62.       76010000424D7601000000000000760000002800000020000000100000000100
  63.       04000000000000010000120B0000120B00001000000000000000000000000000
  64.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  65.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  66.       3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  67.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  68.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  69.       333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  70.       03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  71.       33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  72.       0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  73.       3333333337FFF7F3333333333000003333333333377777333333}
  74.     NumGlyphs = 2
  75.   end
  76.   object ListBox1: TListBox
  77.     Left = 8
  78.     Top = 72
  79.     Width = 209
  80.     Height = 161
  81.     ItemHeight = 13
  82.     Sorted = True
  83.     TabOrder = 1
  84.     OnClick = ListBox1Click
  85.   end
  86.   object Edit1: TEdit
  87.     Left = 8
  88.     Top = 24
  89.     Width = 209
  90.     Height = 21
  91.     Hint = 'Enter A Name For The Transfer Set'
  92.     TabOrder = 0
  93.   end
  94.   object BitBtn4: TBitBtn
  95.     Left = 232
  96.     Top = 80
  97.     Width = 75
  98.     Height = 25
  99.     TabOrder = 4
  100.     OnClick = BitBtn4Click
  101.     Kind = bkHelp
  102.   end
  103. end
  104.